home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Programming / vbcc / machines / amigappc / libsrc / AmigaLib / WaitBeam.c < prev   
Encoding:
C/C++ Source or Header  |  1997-12-30  |  118 b   |  8 lines

  1. #include <clib/alib_protos.h>
  2. #include <proto/graphics.h>
  3.  
  4. void waitbeam(long pos)
  5. {
  6.   do {} while(pos>VBeamPos());
  7. }
  8.